@font-face {
  font-family: 'Batesville';
  src:  url('./fonts/batesville.eot?31mb8u');
  src:  url('./fonts/batesville.eot?31mb8u#iefix') format('embedded-opentype'),
    url('./fonts/batesville.ttf?31mb8u') format('truetype'),
    url('./fonts/batesville.woff?31mb8u') format('woff'),
    url('./fonts/batesville.svg?31mb8u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Batesville' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-b-arrow-right:before {
  content: "\e900";
}
.icon-b-card:before {
  content: "\e901";
  font-size: 1.3em;
  vertical-align: middle;
}
.icon-b-gift:before {
  content: "\e902";
  font-size: 1.3em;
  vertical-align: middle;
}
.icon-b-flower:before {
  content: "\e903";
  font-size: 1.3em;
  vertical-align: middle;
}

